projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eacd92d
)
(html-autoview-mode): Add group.
author
Markus Rost
<rost@math.uni-bielefeld.de>
Mon, 18 Nov 2002 04:32:11 +0000
(
04:32
+0000)
committer
Markus Rost
<rost@math.uni-bielefeld.de>
Mon, 18 Nov 2002 04:32:11 +0000
(
04:32
+0000)
lisp/textmodes/sgml-mode.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/sgml-mode.el
b/lisp/textmodes/sgml-mode.el
index 6db4407c7c3f6389827e4886614c158246e1f4da..be85f4574b018100c8463cbe840d8407c5599133 100644
(file)
--- a/
lisp/textmodes/sgml-mode.el
+++ b/
lisp/textmodes/sgml-mode.el
@@
-1783,6
+1783,7
@@
The third `match-string' will be the used in the menu.")
With positive prefix ARG always turns viewing on, with negative ARG always off.
Can be used as a value for `html-mode-hook'."
nil nil nil
+ :group 'sgml
(if html-autoview-mode
(add-hook 'after-save-hook 'browse-url-of-buffer nil t)
(remove-hook 'after-save-hook 'browse-url-of-buffer t)))